object FrmcsInputBox: TFrmcsInputBox Left = 357 Top = 278 BorderStyle = bsDialog Caption = 'Password' ClientHeight = 102 ClientWidth = 300 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate DesignSize = ( 300 102) PixelsPerInch = 96 TextHeight = 13 object LblExp: TLabel Left = 8 Top = 55 Width = 189 Height = 42 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'trasaasfjdsakfjasdlkfjsdlkfjsdlfjslfjalks assfdsadfsadfdfjlaksdf' + 'das sdafjksdafjsad ksda' WordWrap = True end object LabeledEdit1: TLabeledEdit Left = 6 Top = 27 Width = 199 Height = 21 Anchors = [akLeft, akTop, akRight] EditLabel.Width = 50 EditLabel.Height = 13 EditLabel.Caption = 'Password:' TabOrder = 0 end object Button1: TButton Left = 221 Top = 8 Width = 69 Height = 23 Anchors = [akTop, akRight] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 221 Top = 37 Width = 69 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end